home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt < prev   
Encoding:
Text File  |  2001-07-11  |  2.1 KB  |  109 lines

  1. object FormAbout: TFormAbout
  2.   Left = 348
  3.   Top = 198
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About WebFTP'
  7.   ClientHeight = 327
  8.   ClientWidth = 388
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   OnMouseMove = FormMouseMove
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LabelC: TLabel
  22.     Left = 74
  23.     Top = 272
  24.     Width = 241
  25.     Height = 17
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 'Code Generation∩┐╜ Copyright∩┐╜1997-2001'
  29.   end
  30.   object Label1: TLabel
  31.     Left = 82
  32.     Top = 224
  33.     Width = 144
  34.     Height = 17
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 'WebFtp - FTP Client - Version:'
  38.   end
  39.   object LabelV: TLabel
  40.     Left = 233
  41.     Top = 224
  42.     Width = 73
  43.     Height = 17
  44.     AutoSize = False
  45.   end
  46.   object Label3: TLabel
  47.     Left = 73
  48.     Top = 248
  49.     Width = 73
  50.     Height = 17
  51.     Alignment = taRightJustify
  52.     AutoSize = False
  53.     Caption = 'On the Web: '
  54.   end
  55.   object Label4: TLabel
  56.     Left = 145
  57.     Top = 248
  58.     Width = 169
  59.     Height = 17
  60.     Cursor = crHandPoint
  61.     AutoSize = False
  62.     Caption = 'http://www.codegeneration.com'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clBlue
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     OnClick = Label4Click
  70.     OnMouseMove = Label4MouseMove
  71.   end
  72.   object Button1: TButton
  73.     Left = 162
  74.     Top = 296
  75.     Width = 65
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = '&OK'
  79.     TabOrder = 0
  80.     OnClick = Button1Click
  81.   end
  82.   object Panel1: TPanel
  83.     Left = 0
  84.     Top = 0
  85.     Width = 388
  86.     Height = 221
  87.     Align = alTop
  88.     BevelOuter = bvLowered
  89.     Caption = 'Panel1'
  90.     TabOrder = 1
  91.     object Image1: TImage
  92.       Left = 34
  93.       Top = 80
  94.       Width = 320
  95.       Height = 140
  96.       AutoSize = True
  97.       Picture.Data = {<image000.jpg>}
  98.     end
  99.     object Image2: TImage
  100.       Left = 36
  101.       Top = 2
  102.       Width = 310
  103.       Height = 80
  104.       AutoSize = True
  105.       Picture.Data = {<image001.jpg>}
  106.     end
  107.   end
  108. end
  109.